home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 19.zip
/
BS1 part 19
/
Lattice C disk 1.adf
/
s
/
install_floppy
next >
Wrap
Text File
|
1988-12-22
|
2KB
|
44 lines
c:resident sys:c/resident
resident sys:c/assign
resident sys:c/echo
resident sys:c/path
resident sys:c/dir
resident sys:c/MakeDir
resident sys:c/cd
resident sys:c/copy
echo " "
assign CLIPS: ram:clipboards
assign ENV: ram:env
assign QUAD: RAM:
assign LC: Lattice_C_5.0.1:c
assign INCLUDE: Lattice_C_5.0.2:CompactH
assign LIB: Lattice_C_5.0.2:lib
path df0:system add
path lc: add
echo " "
echo "The Compiler, Linker, Assembler, Editor, and many other tools provided"
echo "with Lattice C can be made resident and is recommended if your system"
echo "has more than 512K bytes of memory. I.E.;"
echo " resident lc:lc1"
echo " resident lc:lc2"
echo " resident lc:blink"
resident sys:c/newshell
echo " "
Lattice_C_5.0.1:PopCLI 300 newshell con:0/0/640/100/NewShell from ram:shell-startup
echo "============================================================"
echo "*e[33mPopCLI III*e[0m is installed as a background task."
echo "To invoke a new CLI, hold the *e[33mleft-Amiga key*e[0m and press *e[33mesc*e[0m."
echo "The Screen-Saver feature of *e[33mPopCLI III*e[0m will blank the screen"
echo "if there is no mouse or keyboard activity for 2 minutes."
echo "*e[33mPopCLI III*e[0m is documented in the 'Examples' directory on disk 4."
echo "============================================================"
echo " "
echo "The *e[33mConMan*e[0m console handler has been installed to provide"
echo "command-line editing capabilities on *e[33mnew*e[0m console windows."
echo "To enable command-line editing type *e[33mendcli*e[0m to terminate this CLI,"
echo "then hold the *e[33mleft-Amiga key*e[0m and press *e[33mesc*e[0m to invoke a new CLI."
echo "*e[33mConMan*e[0m is a *e[33mshareware*e[0m product by Bill Hawes."
resident echo remove
copy s:shell-startup ram: